676e7041b23178b1e2f381cfa9b2a6738e9c0e80,src/main/java/com/fzb/blog/web/incp/VisitorInterceptor.java,VisitorInterceptor,visitorPermission,#Invocation#,30

Before Change


            }
        } else {
            ai.getController().setAttr("pageLevel", 2);
            ai.getController().render(basePath + "/index.jsp");
        }

    }

After Change


                String key = enumerations.nextElement();
                attrMap.put(key, ai.getController().getAttr(key));
            }
            ai.getController().setAttr("requestScopeJsonString", Json.getJson().toJson(attrMap));
        }
        ai.getController().render(basePath + "/" + path);
    }